home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue33 / delcom / AxDesktop.dpr < prev    next >
Encoding:
Text File  |  1998-04-11  |  337 b   |  23 lines

  1. library AxDesktop;
  2.  
  3. uses
  4.   ComServ,
  5.   AxDesktop_TLB in 'AxDesktop_TLB.pas',
  6.   XDesktopImpl in 'XDesktopImpl.pas' {XDesktop: CoClass},
  7.   About1 in 'About1.pas' {XDesktopAbout};
  8.  
  9. {$E ocx}
  10.  
  11. exports
  12.   DllGetClassObject,
  13.   DllCanUnloadNow,
  14.   DllRegisterServer,
  15.   DllUnregisterServer;
  16.  
  17. {$R *.TLB}
  18.  
  19. {$R *.RES}
  20.  
  21. begin
  22. end.
  23.